first generation language - определение. Что такое first generation language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое first generation language - определение

BINARY MACHINE LANGUAGE FOR PROGRAMMING FIRST GENERATION COMPUTERS
First generation language; First-generation language; 1GL; First generation programming language
Найдено результатов: 15944
First-generation programming language         
A first-generation programming language (1GL) is a machine-level programming language."Computer Hope, Generation languages"
first generation language         
Raw machine code. When computers were first "programmed" from an input device, rather than by being rewired, they were fed input in the form of numbers, which they then interpreted as commands. This was really low level, and a program fragment might look like "010307 010307". Almost no one programs in machine language anymore, because translators are nearly trivial to write. (1994-12-01)
Fourth-generation programming language         
4GL-MORE USER FRIENDLY AND NON-PROCEDURAL IN NATURE I.E, USERS NEED TO THINK WHAT NOT HOW
Fourth generation programming language; 4GL; Fourth Generation Language; 4th Generation Language; 4th generation language; Fourth generation language; Fourth-generation language; Commercial business software; 4th-generation programming language; 4gl
A fourth-generation programming language (4GL) is any computer programming language that belongs to a class of languages envisioned as an advancement upon third-generation programming languages (3GL). Each of the programming language generations aims to provide a higher level of abstraction of the internal computer hardware details, making the language more programmer-friendly, powerful, and versatile.
4GL         
4GL-MORE USER FRIENDLY AND NON-PROCEDURAL IN NATURE I.E, USERS NEED TO THINK WHAT NOT HOW
Fourth generation programming language; 4GL; Fourth Generation Language; 4th Generation Language; 4th generation language; Fourth generation language; Fourth-generation language; Commercial business software; 4th-generation programming language; 4gl
fourth generation language         
4GL-MORE USER FRIENDLY AND NON-PROCEDURAL IN NATURE I.E, USERS NEED TO THINK WHAT NOT HOW
Fourth generation programming language; 4GL; Fourth Generation Language; 4th Generation Language; 4th generation language; Fourth generation language; Fourth-generation language; Commercial business software; 4th-generation programming language; 4gl
<language> (4GL, or "report generator language") An "application specific" language, one with built-in knowledge of an application domain, in the way that SQL has built-in knowledge of the relational database domain. The term was invented by Jim Martin to refer to non-procedural high level languages built around database systems. Fourth generation languages are close to natural language and were built with the concept that certain applications could be generalised by adding limited programming ability to them. When given a description of the data format and the report to generate, a 4GL system produces COBOL (or other 3GL) code, that actually reads and processes the data and formats the results. Some examples of 4GL are: database query language e.g.SQL; Focus, Metafont, PostScript, S, IDL-PV, WAVE, Gauss, Mathematica, and data-stream languages such as AVS, APE, Iris Explorer. (2004-04-01)
4GL         
4GL-MORE USER FRIENDLY AND NON-PROCEDURAL IN NATURE I.E, USERS NEED TO THINK WHAT NOT HOW
Fourth generation programming language; 4GL; Fourth Generation Language; 4th Generation Language; 4th generation language; Fourth generation language; Fourth-generation language; Commercial business software; 4th-generation programming language; 4gl
4th Generation Language
Natural language generation         
SOFTWARE PROCESS
Text generation; Natural language generater; Natural language generator; Language generation; Applications of natural language generation; Computer-generated literature; Text generator; Image captioning; Automatic image captioning; Natural-language generation; AI-generated text; Evaluation of natural language generation; Sentence generation; Automatic question generation
Natural language generation (NLG) is a software process that produces natural language output. In one of the most widely-cited survey of NLG methods, NLG is characterized as "the subfield of artificial intelligence and computational linguistics that is concerned with the construction of computer systems than can produce understandable texts in English or other human languages from some underlying non-linguistic representation of information".
First generation of video game consoles         
  • 140px
  • 140px
  • access-date=4 April 2011 }}</ref>
  • 140px
  • 140px
  • Many consoles in the first generation were clones of or styled similarly to the arcade version of ''[[Pong]]'' (above).<ref name=pong-clones/>
  • The "Brown Box" prototype is the forerunner of the [[Magnavox Odyssey]], the first commercial home video game console.
  • 140px
  • 140px
FIRST VIDEO GAME CONSOLE GENERATION
Video game crash of 1977; History of video games (first generation era); History of video games (first-generation systems); First-generation game console; First generation era; Video game console (first generation); First generation of video games consoles; First generation video game console; First generation video game consoles; History of video game consoles (first generation); 1st generation of video game consoles; First-generation console
In the history of video games, the first-generation era refers to the video games, video game consoles, and handheld video game consoles available from 1972 to 1983. Notable consoles of the first generation include the Odyssey series (excluding the Magnavox Odyssey 2), the Atari Home Pong, the Coleco Telstar series and the Color TV-Game series.
Third-generation programming language         
HIGH-LEVEL COMPUTER PROGRAMMING LANGUAGE
Third Generation Language; 3rd Generation Language; 3rd generation language; Third-generation language; Third generation language; Third generation programming language; Third-level language
A third-generation programming language (3GL) is a high-level computer programming language that tends to be more machine-independent and programmer-friendly than the machine code of the first-generation and assembly languages of the second-generation, while having a less specific focus to the fourth and fifth generations."Computer Hope, Generation languages" Examples of common and historical third-generation programming languages are ALGOL, BASIC, C, COBOL, Fortran, Java, and Pascal.
third generation language         
HIGH-LEVEL COMPUTER PROGRAMMING LANGUAGE
Third Generation Language; 3rd Generation Language; 3rd generation language; Third-generation language; Third generation language; Third generation programming language; Third-level language
<language> (3GL, "high level language") A language designed to be easier for a human to understand, including things like named variables. A fragment might be let c = c + 2 * d Fortran, ALGOL and COBOL are early examples of this sort of language. Most "modern" languages (BASIC, C, C++) are third generation. Most 3GLs support structured programming. See also second generation language, {fourth generation language}. (1996-05-30)

Википедия

First-generation programming language

A first-generation programming language (1GL) is a machine-level programming language.

A first generation (programming) language (1GL) is a grouping of programming languages that are machine level languages used to program first-generation computers. Originally, no translator was used to compile or assemble the first-generation language. The first-generation programming instructions were entered through the front panel switches of the computer system.

The instructions in 1GL are made of binary numbers, represented by 1s and 0s. This makes the language suitable for the understanding of the machine but far more difficult to interpret and learn by the human programmer.

The main advantage of programming in 1GL is that the code can run very fast and very efficiently, precisely because the instructions are executed directly by the central processing unit (CPU). One of the main disadvantages of programming in a low level language is that when an error occurs, the code is not as easy to fix.

First generation languages are very much adapted to a specific computer and CPU, and code portability is therefore significantly reduced in comparison to higher level languages.

Modern day programmers still occasionally use machine level code, especially when programming lower level functions of the system, such as drivers, interfaces with firmware and hardware devices. Modern tools such as native-code compilers are used to produce machine level from a higher-level language.